Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@arcblock/forge-util
Advanced tools
utils shared across mutlipe forge js libs, works in both node.js and browser
@arcblock/forge-util
Utility functions to ease crypto/encoding related tasks, most methods are migrated from web3-utils
yarn add @arcblock/forge-util
# OR
npm i @arcblock/forge-util -S
const Util = require('@arcblock/forge-util');
console.log(Util.fromTokenToUnit(100)); // 100_0000_0000_0000_0000
console.log(Util.fromUnitToToken('1000000000000000000')); // 100
console.log(Util.isStrictHex('0x123abc')); // true
Checkout lib/index.d.ts for more API.
For full documentation, checkout README.md.
0.26.10 (May 13, 2019)
fromAppDiD
out of abt-did lib since it will not be used widely and has many dependency #277FAQs
utils shared across mutlipe forge js libs, works in both node.js and browser
The npm package @arcblock/forge-util receives a total of 47 weekly downloads. As such, @arcblock/forge-util popularity was classified as not popular.
We found that @arcblock/forge-util demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.